home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / APS26522.PPD < prev    next >
Text File  |  1991-12-05  |  9KB  |  316 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "APS-PS PIP" version 49.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 008888 or 009190
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 28 June 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(APS-PS PIP)"
  20. *PSVersion: "(49.3) 9001050"
  21. *PSVersion: "(52.2) 9001050"
  22. *NickName: "APS-PS PIP with LZR 2600"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "2454526"
  26. *ColorDevice: False
  27. *VariablePaperSize: True
  28. *FileSystem: True
  29. *?FileSystem: "statusdict begin diskonline {(True)}{(False)} ifelse = flush"
  30. *Throughput: "1"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not 
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit 
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48.  
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict begin checkpassword end not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict begin exitserver
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *DefaultResolution: 300dpi
  69. *?Resolution: "
  70. save
  71.   initgraphics
  72.   0 0 moveto currentpoint matrix defaultmatrix transform
  73.   0 72 lineto currentpoint matrix defaultmatrix transform
  74.   3 -1 roll sub dup mul
  75.   3 1 roll exch sub dup mul
  76.   add sqrt round cvi
  77.   (          ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "60.0"
  84. *ScreenAngle: "45.0"
  85. *DefaultScreenProc: Dot
  86. *ScreenProc Dot: "
  87. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  88. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{ }"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97. *Transfer Normalized: "
  98. { mark
  99. 1.0 1.0 .92 .76 .64 .54 .44 .36 .28 .2 .1 .0
  100. counttomark dup 3 add -1 roll exch
  101. 2 sub mul dup floor cvi
  102. dup 3 1 roll sub
  103. exch dup 
  104. 3 add index exch 2 add index dup
  105. 4 1 roll
  106. sub mul add
  107. counttomark 1 add 1 roll 
  108. cleartomark
  109. } bind
  110. "
  111. *End
  112.  
  113. *Transfer Normalized.Inverse: "
  114. { mark
  115. .0 .0 .1 .2 .28 .36 .44 .54 .64 .76 .92 1.0
  116. counttomark dup 3 add -1 roll exch
  117. 2 sub mul dup floor cvi
  118. dup 3 1 roll sub
  119. exch dup 
  120. 3 add index exch 2 add index dup
  121. 4 1 roll
  122. sub mul add
  123. counttomark 1 add 1 roll 
  124. cleartomark }
  125. "
  126. *End
  127.  
  128. *% Paper Handling ===================
  129.  
  130. *% Use these entries to set paper size most of the time, unless there is
  131. *% specific reason to use PageRegion or PaperTray.
  132. *DefaultPageSize: Letter
  133. *PageSize Letter: "statusdict begin lettertray end"
  134. *PageSize Legal: "statusdict begin legaltray end"
  135. *PageSize Ledger: "statusdict begin ledgertray end"
  136. *PageSize Statement: "statusdict begin statementtray end"
  137. *PageSize Tabloid: "statusdict begin 11x17tray end"
  138. *PageSize A3: "statusdict begin a3tray end"
  139. *PageSize A4: "statusdict begin a4tray end"
  140. *PageSize A5: "statusdict begin a5tray end"
  141. *PageSize B4: "statusdict begin b4tray end"
  142. *PageSize B5: "statusdict begin b5tray end"
  143.  
  144. *% These entries will set up the frame buffer. Usually used with manual feed.
  145. *DefaultPageRegion: Letter
  146. *PageRegion Letter: "letter"
  147. *PageRegion Legal: "legal"
  148. *PageRegion Ledger: "ledger"
  149. *PageRegion Tabloid: "11x17"
  150. *PageRegion A3: "a3"
  151. *PageRegion A4: "a4"
  152. *PageRegion A5: "a5"
  153. *PageRegion B4: "b4"
  154. *PageRegion B5: "b5"
  155.  
  156. *DefaultPaperTray: None
  157.  
  158. *% The following entries provide information about specific paper keywords.
  159. *DefaultImageableArea: Letter
  160. *ImageableArea Letter: "20 16 591 775 "
  161. *ImageableArea Legal: "18 19 593 990 "
  162. *ImageableArea Ledger: "18 16 1205 775 "
  163. *ImageableArea Tabloid: "16 19 775 1206 "
  164. *ImageableArea A3: "18 21 823 1170 "
  165. *ImageableArea A4: "18 18 576 823 "
  166. *ImageableArea A5: "18 19 401 577 "
  167. *ImageableArea B4: "19 15 709 1017 "
  168. *ImageableArea B5: "20 19 495 709 "
  169. *ImageableArea Statement: "22 19 374 594 "
  170. *?ImageableArea: "
  171.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  172.   newpath clippath pathbbox
  173.   4 -2 roll exch 2 {ceiling cvp} repeat
  174.   exch 2 {floor cvp} repeat flush
  175.  restore
  176. "
  177. *End
  178.  
  179. *% These provide the physical dimensions of the paper (by keyword)
  180. *DefaultPaperDimension: Letter
  181. *PaperDimension Letter: "612 792"
  182. *PaperDimension Legal: "612 1008"
  183. *PaperDimension Ledger: "1224 792"
  184. *PaperDimension Tabloid: "792 1224"
  185. *PaperDimension A3: "842 1191"
  186. *PaperDimension A4: "596 842"
  187. *PaperDimension A5: "420 596"
  188. *PaperDimension B4: "710 1018"
  189. *PaperDimension B5: "498 710"
  190. *PaperDimension Statement: "396 612"
  191.  
  192. *DefaultOutputBin: Upper
  193. *DefaultInputSlot: None
  194.  
  195. *DefaultManualFeed: False
  196.  
  197. *DefaultOutputOrder: Normal
  198.  
  199. *DefaultCollator: None
  200. *DefaultSorter: None
  201. *DefaultDuplex: None
  202.  
  203. *% Font Information =====================
  204.  
  205. *DefaultFont: Courier
  206. *Font Courier: Standard "(001.004)"
  207. *Font Courier-Bold: Standard "(001.004)"
  208. *Font Courier-BoldOblique: Standard "(001.004)"
  209. *Font Courier-Oblique: Standard "(001.004)"
  210. *Font Helvetica: Standard "(001.002)"
  211. *Font Helvetica-Bold: Standard "(001.002)"
  212. *Font Helvetica-BoldOblique: Standard "(001.002)"
  213. *Font Helvetica-Oblique: Standard "(001.002)"
  214. *Font Symbol: Special "(001.003)"
  215. *Font Times-Bold: Standard "(001.002)"
  216. *Font Times-BoldItalic: Standard "(001.004)"
  217. *Font Times-Italic: Standard "(001.002)"
  218. *Font Times-Roman: Standard "(001.002)"
  219. *?FontQuery: "
  220. save  4 dict begin /sv exch def
  221. /str (fonts/                              ) def
  222. /st2 128 string def
  223. {
  224.   count 0 gt {
  225.     dup st2 cvs (/) print print (:) print
  226.     dup FontDirectory exch known {pop (Yes)}{
  227.      str exch st2 cvs dup length /len exch def
  228.      6 exch putinterval str 0 len 6 add getinterval mark exch
  229.      { } st2 filenameforall counttomark 0 gt {
  230.       cleartomark (Yes)}{cleartomark (No)}ifelse
  231.     }ifelse = flush
  232.   }{ exit } ifelse
  233. } bind loop
  234. (*) = flush
  235. sv end restore
  236. "
  237. *End
  238.  
  239. *?FontList: "
  240. save  2 dict begin /sv exch def
  241. /str 128 string def
  242. FontDirectory { pop == } bind forall flush
  243. /filenameforall where { 
  244.  pop save (fonts/*) { 
  245.   dup length 6 sub 6 exch getinterval cvn == 
  246.  } bind str filenameforall flush restore
  247. } if 
  248. (*) = flush
  249. sv end restore
  250. "
  251. *End
  252.  
  253. *% Printer Messages (verbatim from printer):
  254. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  255. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  256. *Message: "\FontName\ not found, using Courier"
  257.  
  258. *% Status (format: %%[ status: <one of these> ]%% )
  259. *Status: "idle"
  260. *Status: "busy"
  261. *Status: "waiting"
  262. *Status: "printing"
  263. *Status: "PrinterError: Wait - cycling up"
  264. *Status: "PrinterError: Idle"
  265. *Status: "PrinterError: Printer not ready to write: unused.."
  266. *Status: "PrinterError: Off Line"
  267. *Status: "PrinterError: Transport fault"
  268. *Status: "PrinterError: Default Page being defined is too large.."
  269. *Status: "PrinterError: Out of Media"
  270. *Status: "PrinterError: Testing....."
  271. *Status: "PrinterError: Printer not responding..."
  272.  
  273. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  274. *Source: "serial9"
  275. *Source: "serial25"
  276. *Source: "AppleTalk"
  277. *Source: "Centronics"
  278.  
  279. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  280. *PrinterError: "Wait - cycling up"
  281. *PrinterError: "Idle"
  282. *PrinterError: "Off Line"
  283. *PrinterError: "Transport fault"
  284. *PrinterError: "Default Page being defined is too large.."
  285. *PrinterError: "No response from LSTA command"
  286. *PrinterError: "Out of Media"
  287. *PrinterError: "Printer not responding..."
  288.  
  289. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  290.  
  291. *% Color Separation Information =====================
  292.  
  293. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  294.  
  295. *InkName: ProcessBlack/Process Black
  296. *InkName: CustomColor/Custom Color
  297. *InkName: ProcessCyan/Process Cyan
  298. *InkName: ProcessMagenta/Process Magenta
  299. *InkName: ProcessYellow/Process Yellow
  300.  
  301. *% For 60 lpi / 300 dpi =====================================================
  302.  
  303. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  304. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  305. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  306. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  307. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  308.  
  309. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  311. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  313. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  314.  
  315. *% end of PPD file for APS-PS PIP
  316.